This is the state of the game at the beginning
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | D4 | 1 | ravenwing_talonmaster | control | Mad Criminal |
| big_grizz | D4 | 2 | deathwing_captain | control | Thomas Aquinas |
| big_grizz | D4 | 3 | techmarine | control | Isabelle Hart |
| big_grizz | D4 | 4 | phobos_librarian | control | James Ginsburg |
| big_grizz | D4 | 5 | tactical_squad | control | Zoe Powers |
| big_grizz | D4 | 6 | tactical_squad | control | Elena Deleon |
| big_grizz | D4 | 7 | tactical_squad | control | Adalyn Warner |
| big_grizz | D4 | 8 | tactical_squad | control | Cecilia Walters |
| big_grizz | D4 | 9 | infiltrators | control | Arif Mardin |
| big_grizz | D4 | 10 | ravenwing_bike_squad | control | Spencer Tracy |
| big_grizz | D4 | 11 | ravenwing_attack_bike | control | Sofía Vergara |
| big_grizz | D4 | 12 | ravenwing_attack_bike | control | Andy Serkis |
| big_grizz | D4 | 13 | dreadnought | control | Hailey Aguilar |
| big_grizz | D4 | 14 | redemptor_dreadnought | control | Ariana Mills |
| big_grizz | D4 | 15 | invictor_tactical_warsuit | control | Walter Afanasieff |
| big_grizz | D4 | 16 | ravenwing_apothecary | control | Benedict Cumberbatch |
| big_grizz | D4 | 17 | deathwing_terminators | control | Robert Fisk |
| big_grizz | D4 | 18 | deathwing_knights | control | Hannah Arendt |
| big_grizz | D4 | 19 | vindicare_assassin | control | Larry Butler |
| big_grizz | D4 | 20 | eliminators | control | Jack Antonoff |
| big_grizz | D4 | 21 | eradicators | control | Angelina Hansen |
| big_grizz | D4 | 22 | storm_raven | control | Lionel Richie |
| big_grizz | D4 | 23 | rhino | control | Sanjay Garg Black |
Mundus Centrum Campaign
0.248.853.M41
++++++TRANSMITTED: MUNDUS CENTRUM
+++++++++RECEIVED: THE ROCK
+++++++++++AUTHOR: DEATHWING CAPTAIN LAZAAR
++++++++++SUBJECT: LOG OF MUNDUS CENTRUM CAMPAIGN
++++++++++THOUGHT: A MOMENT OF LAXITY SPAWNS A LIFETIME OF HERESY.
248.853.M41: Following the leads we received from Brother Interrogator Chaplain Asmodai, we made haste to Sector Mundus Centrum. Upon translation from warp space, we were immediately set upon by one of the Great Devourer’s many tendrils. The battle in high orbit above Mundus Centrum would have delayed our landing onto the main continent for weeks had not the unheralded arrival of a large contingent of Necron tomb ships not caught the Tyranid bio-forms unawares. Void battle was joined between the Tyranid and Necron ships, and we used this brief respite to land a small force of our brothers planet-side in the North East region of the continent (Imperial Designation: Rhun). I have accompanied my fellow marines to lead from the field, leaving Brother Aralith in command of the fleet.
The derelict star port in South Rhun is in some disrepair, but it will suffice for our purposes as an operational command center. Brother Techmarine Ophaniel reports that with some maintenance, we may be able to link the other abandoned star ports on the continent and reactivate the dormant orbital defense systems, allowing us to target the xenos interlopers and cleanse local space of their alien taint.
In our descent to Rhun, augurs picked up a disturbing number of returns from other craft entering the atmosphere. To the South, it appears the shambling Necron host has endeavored to gain a foothold in the former capital region (Imperial Designation: Gondor). To the West, bio-forms of the insatiable Tyranids have assumedly already begun to consume and destroy one of the continent’s main agricultural regions (Imperial Designation: Eriador).
The presence of these xenos armies will surely slow the hunt for our quarry, but we will persevere undeterred. For the Emperor. For the Lion.
modify_unit("big_grizz", 1, "move", c("D3", "C2"))
modify_unit("big_grizz", c(2, 7, 17, 18), "control", "D4")
modify_unit("big_grizz", c(3, 5:6, 13, 22), "soar", c("F5S", "H2S", "H2"))# transport
modify_unit("big_grizz", c(8, 23), "move", c("D3", "C4", "C5"))# transport
modify_unit("big_grizz", 9, "move", "F5")
modify_unit("big_grizz", c(10:12, 16), "move", c("D2", "D1"))
modify_unit("big_grizz", c(14:15, 19:21), "move", "F5")
## All units resolved.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | C2 | 1 | ravenwing_talonmaster | move | Mad Criminal |
| big_grizz | C5 | 8 | tactical_squad | move | Cecilia Walters |
| big_grizz | C5 | 23 | rhino | move | Sanjay Garg Black |
| big_grizz | D1 | 10 | ravenwing_bike_squad | move | Spencer Tracy |
| big_grizz | D1 | 11 | ravenwing_attack_bike | move | Sofía Vergara |
| big_grizz | D1 | 12 | ravenwing_attack_bike | move | Andy Serkis |
| big_grizz | D1 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch |
| big_grizz | D4 | 2 | deathwing_captain | control | Thomas Aquinas |
| big_grizz | D4 | 4 | phobos_librarian | control | James Ginsburg |
| big_grizz | D4 | 7 | tactical_squad | control | Adalyn Warner |
| big_grizz | D4 | 17 | deathwing_terminators | control | Robert Fisk |
| big_grizz | D4 | 18 | deathwing_knights | control | Hannah Arendt |
| big_grizz | F5 | 9 | infiltrators | move | Arif Mardin |
| big_grizz | F5 | 14 | redemptor_dreadnought | move | Ariana Mills |
| big_grizz | F5 | 15 | invictor_tactical_warsuit | move | Walter Afanasieff |
| big_grizz | F5 | 19 | vindicare_assassin | move | Larry Butler |
| big_grizz | F5 | 20 | eliminators | move | Jack Antonoff |
| big_grizz | F5 | 21 | eradicators | move | Angelina Hansen |
| eric | F8 | 28 | canoptek_scarab_swarms | move | David Niven |
| big_grizz | H2 | 3 | techmarine | soar | Isabelle Hart |
| big_grizz | H2 | 5 | tactical_squad | soar | Zoe Powers |
| big_grizz | H2 | 6 | tactical_squad | soar | Elena Deleon |
| big_grizz | H2 | 13 | dreadnought | soar | Hailey Aguilar |
| big_grizz | H2 | 22 | storm_raven | soar | Lionel Richie |
| eric | H3 | 22 | night_scythe | soar | Mark Ronson Featuring Bruno Mars |
| eric | H3 | 23 | overlord | soar | Rowan Cohen |
| eric | H3 | 24 | royal_warden | soar | Izabella Frazier |
| eric | H3 | 26 | necron_warriors | soar | Juan Larson |
249.853.M41: Controlling actions are underway. We are casting our nets wide. Capture is only a matter of time.
Brother Techmarine Myrdean reports that a moderate warband of Necrons has landed nearby his position in the South (Imperial Designation: Mordor). He expects conflict within 15 hours.
modify_unit("big_grizz", 1, "move", c("C1", "B4"))
modify_unit("big_grizz", 7, "move", "D2")
modify_unit("big_grizz", 6, "move", "H5")
modify_unit("big_grizz", c(3, 5, 13, 22), "control", "H2")
modify_unit("big_grizz", c(8, 23), "control", "C5")
modify_unit("big_grizz", 9, "control", "F5")
modify_unit("big_grizz", c(10:12, 16), "move", c("B1", "B4"))
modify_unit("big_grizz", c(14:15, 19:21), "move", "C5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Spencer Tracy | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Sofía Vergara | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Andy Serkis | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch | TRUE | |
| chris | B2 | 5 | neurothrope | move | E-ratic Pupil | ||
| chris | B2 | 12 | hormagaunts | move | Adrian Garner | ||
| chris | B2 | 23 | biovores | move | Abigail Pham | ||
| big_grizz | B4 | 1 | ravenwing_talonmaster | move | Mad Criminal | ||
| big_grizz | B4 | 10 | ravenwing_bike_squad | move | Spencer Tracy | ||
| big_grizz | B4 | 11 | ravenwing_attack_bike | move | Sofía Vergara | ||
| big_grizz | B4 | 12 | ravenwing_attack_bike | move | Andy Serkis | ||
| big_grizz | B4 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch | ||
| chris | B6 | 21 | gargoyles | move | Sergio Franco | ||
| big_grizz | C1 | 1 | ravenwing_talonmaster | move | Mad Criminal | TRUE | |
| big_grizz | C5 | 8 | tactical_squad | control | Cecilia Walters | ||
| big_grizz | C5 | 23 | rhino | control | Sanjay Garg Black | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | move | Ariana Mills | ||
| big_grizz | C5 | 15 | invictor_tactical_warsuit | move | Walter Afanasieff | ||
| big_grizz | C5 | 19 | vindicare_assassin | move | Larry Butler | ||
| big_grizz | C5 | 20 | eliminators | move | Jack Antonoff | ||
| big_grizz | C5 | 21 | eradicators | move | Angelina Hansen | ||
| big_grizz | D2 | 7 | tactical_squad | move | Adalyn Warner | ||
| big_grizz | D4 | 2 | deathwing_captain | control | Thomas Aquinas | ||
| big_grizz | D4 | 4 | phobos_librarian | control | James Ginsburg | ||
| big_grizz | D4 | 17 | deathwing_terminators | control | Robert Fisk | ||
| big_grizz | D4 | 18 | deathwing_knights | control | Hannah Arendt | ||
| big_grizz | F5 | 9 | infiltrators | control | Arif Mardin | TRUE | |
| eric | F5 | 27 | canoptek_scarab_swarms | move | Henry Fonda | TRUE | |
| eric | F7 | 27 | canoptek_scarab_swarms | move | Henry Fonda | TRUE | |
| big_grizz | H2 | 3 | techmarine | control | Isabelle Hart | TRUE | |
| big_grizz | H2 | 5 | tactical_squad | control | Zoe Powers | TRUE | |
| big_grizz | H2 | 13 | dreadnought | control | Hailey Aguilar | TRUE | |
| big_grizz | H2 | 22 | storm_raven | control | Lionel Richie | TRUE | |
| eric | H2 | 22 | night_scythe | move | Mark Ronson Featuring Bruno Mars | TRUE | |
| eric | H2 | 23 | overlord | move | Rowan Cohen | TRUE | |
| eric | H2 | 24 | royal_warden | move | Izabella Frazier | TRUE | |
| eric | H2 | 26 | necron_warriors | move | Juan Larson | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | move | David Niven | ||
| big_grizz | H5 | 6 | tactical_squad | move | Elena Deleon |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| big_grizz | B4 | 1 | ravenwing_talonmaster | move | Mad Criminal |
| big_grizz | B4 | 10 | ravenwing_bike_squad | move | Spencer Tracy |
| big_grizz | B4 | 11 | ravenwing_attack_bike | move | Sofía Vergara |
| big_grizz | B4 | 12 | ravenwing_attack_bike | move | Andy Serkis |
| big_grizz | B4 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch |
| big_grizz | C5 | 8 | tactical_squad | control | Cecilia Walters |
| big_grizz | C5 | 23 | rhino | control | Sanjay Garg Black |
| big_grizz | C5 | 14 | redemptor_dreadnought | move | Ariana Mills |
| big_grizz | C5 | 15 | invictor_tactical_warsuit | move | Walter Afanasieff |
| big_grizz | C5 | 19 | vindicare_assassin | move | Larry Butler |
| big_grizz | C5 | 20 | eliminators | move | Jack Antonoff |
| big_grizz | C5 | 21 | eradicators | move | Angelina Hansen |
| big_grizz | D2 | 7 | tactical_squad | move | Adalyn Warner |
| big_grizz | D4 | 2 | deathwing_captain | control | Thomas Aquinas |
| big_grizz | D4 | 4 | phobos_librarian | control | James Ginsburg |
| big_grizz | D4 | 17 | deathwing_terminators | control | Robert Fisk |
| big_grizz | D4 | 18 | deathwing_knights | control | Hannah Arendt |
| big_grizz | F5 | 9 | infiltrators | control | Arif Mardin |
| eric | F8 | 27 | canoptek_scarab_swarms | move | Henry Fonda |
| big_grizz | H2 | 3 | techmarine | control | Isabelle Hart |
| big_grizz | H2 | 5 | tactical_squad | control | Zoe Powers |
| big_grizz | H2 | 13 | dreadnought | control | Hailey Aguilar |
| big_grizz | H2 | 22 | storm_raven | control | Lionel Richie |
| eric | H3 | 22 | night_scythe | move | Mark Ronson Featuring Bruno Mars |
| eric | H3 | 23 | overlord | move | Rowan Cohen |
| eric | H3 | 24 | royal_warden | move | Izabella Frazier |
| eric | H3 | 26 | necron_warriors | move | Juan Larson |
| eric | H3 | 28 | canoptek_scarab_swarms | move | David Niven |
| big_grizz | H5 | 6 | tactical_squad | move | Elena Deleon |
250.853.M41: Brother Techmarine Myrdean has successfully repelled a Necron attack to his position at the star port Barad-Dur. The Storm Raven Barador was invaluable in this defense, but Myrdean fears the Necrons are merely testing our strength and resolve before mounting larger attacks. Defensive infrastructure must be built quickly to solidify our grip in Mordor.
Squad Galizur was also met with some resistance in the expansive territory of the Brown Lands. A small and meddlesome force of scarabs tried, unsuccessfully, to halt Galizur’s progress in bringing the territory under our control. Such small storms can be easily weathered. I am concerned the coming tempest may prove otherwise. The Emperor Protects.
modify_unit("big_grizz", c(1, 10, 11, 12, 16), "move", c("B1", "B3"))
modify_unit("big_grizz", 7, "control", "D2")
modify_unit("big_grizz", 6, "control", "H5")
modify_unit("big_grizz", c(3, 5, 13, 22), "move", "H3")
modify_unit("big_grizz", c(8, 20, 21, 23), "move", "C3")
modify_unit("big_grizz", 9, "sneak", "C4")
modify_unit("big_grizz", c(4, 15, 19), "sneak", "C3")
modify_unit("big_grizz", 14, "reinforce", "C5")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
Attempt to reconcile moves.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | B1 | 1 | ravenwing_talonmaster | move | Mad Criminal | TRUE | |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Spencer Tracy | TRUE | |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Sofía Vergara | TRUE | |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Andy Serkis | TRUE | |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch | TRUE | |
| chris | B2 | 12 | hormagaunts | control | Adrian Garner | ||
| chris | B2 | 5 | neurothrope | defend | E-ratic Pupil | ||
| chris | B2 | 23 | biovores | defend | Abigail Pham | ||
| chris | B2 | 7 | tyranid_warriors | move | James Singh | ||
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | Mad Criminal | TRUE | |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Spencer Tracy | TRUE | |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Sofía Vergara | TRUE | |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Andy Serkis | TRUE | |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch | TRUE | |
| chris | B3 | 21 | gargoyles | move | Sergio Franco | TRUE | |
| big_grizz | C3 | 8 | tactical_squad | move | Cecilia Walters | TRUE | |
| big_grizz | C3 | 20 | eliminators | move | Jack Antonoff | TRUE | |
| big_grizz | C3 | 21 | eradicators | move | Angelina Hansen | TRUE | |
| big_grizz | C3 | 23 | rhino | move | Sanjay Garg Black | TRUE | |
| big_grizz | C3 | 4 | phobos_librarian | sneak | James Ginsburg | TRUE | |
| big_grizz | C3 | 15 | invictor_tactical_warsuit | sneak | Walter Afanasieff | TRUE | |
| big_grizz | C3 | 19 | vindicare_assassin | sneak | Larry Butler | TRUE | |
| eric | C3 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson | TRUE | TRUE |
| big_grizz | C4 | 9 | infiltrators | sneak | Arif Mardin | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Ariana Mills | ||
| big_grizz | D2 | 7 | tactical_squad | control | Adalyn Warner | ||
| big_grizz | D4 | 2 | deathwing_captain | control | Thomas Aquinas | ||
| big_grizz | D4 | 17 | deathwing_terminators | control | Robert Fisk | ||
| big_grizz | D4 | 18 | deathwing_knights | control | Hannah Arendt | ||
| eric | F3 | 1 | trazyn_the_infinite | move | Lauren Hicks | ||
| eric | F3 | 2 | illuminor_szeras | move | Skylar Fields | ||
| eric | F3 | 4 | lychgaurd | move | Tyler Greene | ||
| eric | F3 | 5 | skorpekh_destroyers | move | Emilia Salinas | ||
| eric | F3 | 6 | canoptek_plasmacyte | move | Lazy-assed Knight | ||
| eric | F3 | 9 | canoptek_spyders | move | Tuff Bandit | ||
| eric | F3 | 11 | cryptothralls | move | Sebastian Luna | ||
| eric | F3 | 13 | canoptek_wraiths | move | Zoe Saldana | ||
| eric | F7 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson | ||
| eric | F7 | 27 | canoptek_scarab_swarms | move | Henry Fonda | ||
| big_grizz | H3 | 3 | techmarine | move | Isabelle Hart | TRUE | |
| big_grizz | H3 | 5 | tactical_squad | move | Zoe Powers | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Hailey Aguilar | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Lionel Richie | TRUE | |
| eric | H3 | 28 | canoptek_scarab_swarms | reinforce | David Niven | TRUE | |
| big_grizz | H5 | 6 | tactical_squad | control | Elena Deleon | TRUE | |
| eric | H5 | 22 | night_scythe | move | Mark Ronson Featuring Bruno Mars | TRUE | |
| eric | H5 | 23 | overlord | move | Rowan Cohen | TRUE | |
| eric | H5 | 24 | royal_warden | move | Izabella Frazier | TRUE | |
| eric | H5 | 26 | necron_warriors | move | Juan Larson | TRUE |
## All units resolved.
| player | loc | unit_id | unit_type | action | unit_name |
|---|---|---|---|---|---|
| chris | B2 | 12 | hormagaunts | control | Adrian Garner |
| chris | B2 | 5 | neurothrope | defend | E-ratic Pupil |
| chris | B2 | 23 | biovores | defend | Abigail Pham |
| chris | B2 | 7 | tyranid_warriors | move | James Singh |
| chris | B2 | 21 | gargoyles | move | Sergio Franco |
| big_grizz | B3 | 1 | ravenwing_talonmaster | move | Mad Criminal |
| big_grizz | B3 | 10 | ravenwing_bike_squad | move | Spencer Tracy |
| big_grizz | B3 | 11 | ravenwing_attack_bike | move | Sofía Vergara |
| big_grizz | B3 | 12 | ravenwing_attack_bike | move | Andy Serkis |
| big_grizz | B3 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch |
| big_grizz | C3 | 8 | tactical_squad | move | Cecilia Walters |
| big_grizz | C3 | 20 | eliminators | move | Jack Antonoff |
| big_grizz | C3 | 21 | eradicators | move | Angelina Hansen |
| big_grizz | C3 | 23 | rhino | move | Sanjay Garg Black |
| big_grizz | C3 | 4 | phobos_librarian | sneak | James Ginsburg |
| big_grizz | C3 | 15 | invictor_tactical_warsuit | sneak | Walter Afanasieff |
| big_grizz | C3 | 19 | vindicare_assassin | sneak | Larry Butler |
| big_grizz | C4 | 9 | infiltrators | sneak | Arif Mardin |
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Ariana Mills |
| big_grizz | D2 | 7 | tactical_squad | control | Adalyn Warner |
| big_grizz | D4 | 2 | deathwing_captain | control | Thomas Aquinas |
| big_grizz | D4 | 17 | deathwing_terminators | control | Robert Fisk |
| big_grizz | D4 | 18 | deathwing_knights | control | Hannah Arendt |
| eric | F3 | 1 | trazyn_the_infinite | move | Lauren Hicks |
| eric | F3 | 2 | illuminor_szeras | move | Skylar Fields |
| eric | F3 | 4 | lychgaurd | move | Tyler Greene |
| eric | F3 | 5 | skorpekh_destroyers | move | Emilia Salinas |
| eric | F3 | 6 | canoptek_plasmacyte | move | Lazy-assed Knight |
| eric | F3 | 9 | canoptek_spyders | move | Tuff Bandit |
| eric | F3 | 11 | cryptothralls | move | Sebastian Luna |
| eric | F3 | 12 | canoptek_scarab_swarms | move | Samuel L Jackson |
| eric | F3 | 13 | canoptek_wraiths | move | Zoe Saldana |
| eric | F7 | 27 | canoptek_scarab_swarms | move | Henry Fonda |
| eric | H1 | 28 | canoptek_scarab_swarms | move | David Niven |
| big_grizz | H3 | 3 | techmarine | move | Isabelle Hart |
| big_grizz | H3 | 5 | tactical_squad | move | Zoe Powers |
| big_grizz | H3 | 13 | dreadnought | move | Hailey Aguilar |
| big_grizz | H3 | 22 | storm_raven | move | Lionel Richie |
| eric | H4 | 22 | night_scythe | move | Mark Ronson Featuring Bruno Mars |
| eric | H4 | 23 | overlord | move | Rowan Cohen |
| eric | H4 | 24 | royal_warden | move | Izabella Frazier |
| eric | H4 | 26 | necron_warriors | move | Juan Larson |
| big_grizz | H5 | 6 | tactical_squad | control | Elena Deleon |
251.853.M41: Ravenwing Talonmaster Castiel has demonstrated unparalleled prowess as a hunter of the Second Company. I have inducted him further into the ranks of the Inner Circle, and expect his name will be well-remembered in the halls of The Rock. While scouting the northern reaches of Angmar, Castiel came upon a swarm of winged creatures (Imperial Designation: Gargoyles). Unfortunately, the vermin escaped before they could be properly put to the sword. It seems the voracious appetite of the Great Devourer knows some bounds after all.
Our forces in the densely forested region (Imperial Designation: Mirkwood) came across another small, scouting contingent of Necron scarabs. Negligible resistance met. Similarly, Brother Techmarine Myrdean came into contact with constructs of the same variety in the southern territory of Mount Doom. While dealing with these insectoid nuisances is a trivial matter, the broader goal of the Necrons remains a mystery, and is therefore disquieting.
The retreat of the Necrons from Myrdean’s wrath in yesterday’s battle for Barad-Dur was an apparent feint. All available intelligence led Myrdean to believe this small band had fled due-East from his location, and he gave chase only to find the aforementioned scarabs. The true destination of the Necrons was later discovered to be the territory of Gorgoroth, where Squad Naamand was caught in the open as they were setting up the defenses. Emperor be praised, Naamand was able to signal us in the South Rhun star port before his squad could be overrun. Brothers Abathar and Apharan of the Deathwing accompanied me with their squads to the front, and we were only just able to stem that tide of living metal from rising over Gorgoroth.
We are undaunted, and we know no fear!
modify_unit("big_grizz", c(1, 10, 11, 12, 16), "move", c("B1", "B4"))
modify_unit("big_grizz", 7, "move", "D1")
modify_unit("big_grizz", 6, "move", "H6")
modify_unit("big_grizz", 5, "control", "H3")
modify_unit("big_grizz", c(3, 13, 22), "move", c("H3", "H4"))
modify_unit("big_grizz", c(8, 23), "control", "C3")
modify_unit("big_grizz", 21, "move", "F2")
modify_unit("big_grizz", 9, "control", "C4")
modify_unit("big_grizz", c(4, 15, 19, 20), "sneak", "F2")
modify_unit("big_grizz", 14, "reinforce", "C5")
modify_unit("big_grizz", 2, "move", "H2")
modify_unit("big_grizz", c(17, 18), "move", "H4")
## CONFLICT(s):
## Warning: Conflict is at hand! Please resolve territorial disputes.
| player | loc | unit_id | unit_type | action | unit_name | passing_through | CONFLICT! |
|---|---|---|---|---|---|---|---|
| big_grizz | B1 | 1 | ravenwing_talonmaster | move | Mad Criminal | TRUE | TRUE |
| big_grizz | B1 | 10 | ravenwing_bike_squad | move | Spencer Tracy | TRUE | TRUE |
| big_grizz | B1 | 11 | ravenwing_attack_bike | move | Sofía Vergara | TRUE | TRUE |
| big_grizz | B1 | 12 | ravenwing_attack_bike | move | Andy Serkis | TRUE | TRUE |
| big_grizz | B1 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch | TRUE | TRUE |
| chris | B1 | 5 | neurothrope | move | E-ratic Pupil | TRUE | |
| chris | B1 | 12 | hormagaunts | move | Adrian Garner | TRUE | |
| chris | B2 | 1 | flying_hive_tryant | move | Cary Grant | ||
| chris | B2 | 22 | exocrine | move | Laila Allen | ||
| chris | B2 | 4 | broodlord | reinforce | Tim Handley | ||
| chris | B2 | 21 | gargoyles | reinforce | Sergio Franco | ||
| chris | B2 | 23 | biovores | reinforce | Abigail Pham | ||
| big_grizz | B4 | 1 | ravenwing_talonmaster | move | Mad Criminal | ||
| big_grizz | B4 | 10 | ravenwing_bike_squad | move | Spencer Tracy | ||
| big_grizz | B4 | 11 | ravenwing_attack_bike | move | Sofía Vergara | ||
| big_grizz | B4 | 12 | ravenwing_attack_bike | move | Andy Serkis | ||
| big_grizz | B4 | 16 | ravenwing_apothecary | move | Benedict Cumberbatch | ||
| chris | B6 | 7 | tyranid_warriors | move | James Singh | ||
| big_grizz | C3 | 8 | tactical_squad | control | Cecilia Walters | ||
| big_grizz | C3 | 23 | rhino | control | Sanjay Garg Black | ||
| big_grizz | C4 | 9 | infiltrators | control | Arif Mardin | ||
| big_grizz | C5 | 14 | redemptor_dreadnought | reinforce | Ariana Mills | ||
| big_grizz | D1 | 7 | tactical_squad | move | Adalyn Warner | ||
| big_grizz | F2 | 21 | eradicators | move | Angelina Hansen | ||
| big_grizz | F2 | 4 | phobos_librarian | sneak | James Ginsburg | ||
| big_grizz | F2 | 15 | invictor_tactical_warsuit | sneak | Walter Afanasieff | ||
| big_grizz | F2 | 19 | vindicare_assassin | sneak | Larry Butler | ||
| big_grizz | F2 | 20 | eliminators | sneak | Jack Antonoff | ||
| eric | F7 | 27 | canoptek_scarab_swarms | reinforce | Henry Fonda | ||
| eric | G8 | 21 | canoptek_scarab_swarms | move | Quiet Prophet | TRUE | |
| eric | H1 | 28 | canoptek_scarab_swarms | reinforce | David Niven | ||
| big_grizz | H2 | 2 | deathwing_captain | move | Thomas Aquinas | ||
| big_grizz | H3 | 5 | tactical_squad | control | Zoe Powers | ||
| big_grizz | H3 | 3 | techmarine | move | Isabelle Hart | TRUE | |
| big_grizz | H3 | 13 | dreadnought | move | Hailey Aguilar | TRUE | |
| big_grizz | H3 | 22 | storm_raven | move | Lionel Richie | TRUE | |
| big_grizz | H4 | 3 | techmarine | move | Isabelle Hart | TRUE | |
| big_grizz | H4 | 13 | dreadnought | move | Hailey Aguilar | TRUE | |
| big_grizz | H4 | 17 | deathwing_terminators | move | Robert Fisk | TRUE | |
| big_grizz | H4 | 18 | deathwing_knights | move | Hannah Arendt | TRUE | |
| big_grizz | H4 | 22 | storm_raven | move | Lionel Richie | TRUE | |
| eric | H4 | 26 | necron_warriors | control | Juan Larson | TRUE | |
| eric | H4 | 21 | canoptek_scarab_swarms | move | Quiet Prophet | TRUE | |
| eric | H4 | 22 | night_scythe | reinforce | Mark Ronson Featuring Bruno Mars | TRUE | |
| eric | H4 | 23 | overlord | reinforce | Rowan Cohen | TRUE | |
| eric | H4 | 24 | royal_warden | reinforce | Izabella Frazier | TRUE | |
| big_grizz | H6 | 6 | tactical_squad | move | Elena Deleon | TRUE | |
| eric | H6 | 15 | night_scythe | soar | Frank Sinatra White | TRUE | |
| eric | H6 | 16 | overlord | soar | Lucas Saunders | TRUE | |
| eric | H6 | 17 | royal_warden | soar | Kinsley Franco | TRUE | |
| eric | H6 | 18 | necron_warriors | soar | Natalia Tate | TRUE |
CONFLICT! column where relevant in your table. Plus, now you can only see the battles you’re involved with.Rmd Hash: a10d25bf080460b7d2cfc3ed083bf24a
Code Commit Hash: baea9a7063916ce74415d3046e6084714c09cfcf